Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ItemPropertyEventArgs<T> Class
Members


In This Topic
    ItemPropertyEventArgs<T> Class
    In This Topic
    Provides data for an event in a collection.
    Object Model
    ItemPropertyEventArgs<T> Class
    Syntax
    'Declaration
     
    
    Public Class ItemPropertyEventArgs(Of T) 
       Inherits ItemEventArgs(Of T)
    'Usage
     
    
    Dim instance As ItemPropertyEventArgs(Of T)
    public class ItemPropertyEventArgs<T> : ItemEventArgs<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Web.Spread.ItemEventArgs<T>
             FarPoint.Web.Spread.ItemPropertyEventArgs<T>

    See Also